home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / glib-2.0 / include / glibconfig.h
C/C++ Source or Header  |  2006-04-25  |  5KB  |  189 lines

  1. /* glibconfig.h
  2.  *
  3.  * This is a generated file.  Please modify 'configure.in'
  4.  */
  5.  
  6. #ifndef __G_LIBCONFIG_H__
  7. #define __G_LIBCONFIG_H__
  8.  
  9. #include <glib/gmacros.h>
  10.  
  11. #include <limits.h>
  12. #include <float.h>
  13. #define GLIB_HAVE_ALLOCA_H
  14. #define GLIB_HAVE_SYS_POLL_H
  15.  
  16. G_BEGIN_DECLS
  17.  
  18. #define G_MINFLOAT    FLT_MIN
  19. #define G_MAXFLOAT    FLT_MAX
  20. #define G_MINDOUBLE    DBL_MIN
  21. #define G_MAXDOUBLE    DBL_MAX
  22. #define G_MINSHORT    SHRT_MIN
  23. #define G_MAXSHORT    SHRT_MAX
  24. #define G_MAXUSHORT    USHRT_MAX
  25. #define G_MININT    INT_MIN
  26. #define G_MAXINT    INT_MAX
  27. #define G_MAXUINT    UINT_MAX
  28. #define G_MINLONG    LONG_MIN
  29. #define G_MAXLONG    LONG_MAX
  30. #define G_MAXULONG    ULONG_MAX
  31.  
  32. typedef signed char gint8;
  33. typedef unsigned char guint8;
  34. typedef signed short gint16;
  35. typedef unsigned short guint16;
  36. #define G_GINT16_MODIFIER "h"
  37. #define G_GINT16_FORMAT "hi"
  38. #define G_GUINT16_FORMAT "hu"
  39. typedef signed int gint32;
  40. typedef unsigned int guint32;
  41. #define G_GINT32_MODIFIER ""
  42. #define G_GINT32_FORMAT "i"
  43. #define G_GUINT32_FORMAT "u"
  44. #define G_HAVE_GINT64 1          /* deprecated, always true */
  45.  
  46. G_GNUC_EXTENSION typedef signed long long gint64;
  47. G_GNUC_EXTENSION typedef unsigned long long guint64;
  48.  
  49. #define G_GINT64_CONSTANT(val)    (G_GNUC_EXTENSION (val##LL))
  50. #define G_GINT64_MODIFIER "ll"
  51. #define G_GINT64_FORMAT "lli"
  52. #define G_GUINT64_FORMAT "llu"
  53.  
  54. #define GLIB_SIZEOF_VOID_P 4
  55. #define GLIB_SIZEOF_LONG   4
  56. #define GLIB_SIZEOF_SIZE_T 4
  57.  
  58. typedef signed int gssize;
  59. typedef unsigned int gsize;
  60. #define G_GSIZE_MODIFIER ""
  61. #define G_GSSIZE_FORMAT "i"
  62. #define G_GSIZE_FORMAT "u"
  63.  
  64. #define G_MAXSIZE    G_MAXUINT
  65.  
  66. #define GPOINTER_TO_INT(p)    ((gint)   (p))
  67. #define GPOINTER_TO_UINT(p)    ((guint)  (p))
  68.  
  69. #define GINT_TO_POINTER(i)    ((gpointer)  (i))
  70. #define GUINT_TO_POINTER(u)    ((gpointer)  (u))
  71.  
  72. #ifdef NeXT /* @#%@! NeXTStep */
  73. # define g_ATEXIT(proc)    (!atexit (proc))
  74. #else
  75. # define g_ATEXIT(proc)    (atexit (proc))
  76. #endif
  77.  
  78. #define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
  79.  
  80. #define GLIB_MAJOR_VERSION 2
  81. #define GLIB_MINOR_VERSION 8
  82. #define GLIB_MICRO_VERSION 6
  83.  
  84. #define G_OS_UNIX
  85.  
  86. #define G_VA_COPY    va_copy
  87.  
  88. #ifdef    __cplusplus
  89. #define    G_HAVE_INLINE    1
  90. #else    /* !__cplusplus */
  91. #define G_HAVE_INLINE 1
  92. #define G_HAVE___INLINE 1
  93. #define G_HAVE___INLINE__ 1
  94. #endif    /* !__cplusplus */
  95.  
  96. #ifdef    __cplusplus
  97. #define G_CAN_INLINE    1
  98. #else    /* !__cplusplus */
  99. #define G_CAN_INLINE    1
  100. #endif
  101.  
  102. #ifndef __cplusplus
  103. # define G_HAVE_ISO_VARARGS 1
  104. #endif
  105. #ifdef __cplusplus
  106. # define G_HAVE_ISO_VARARGS 1
  107. #endif
  108.  
  109. /* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
  110.  * is passed ISO vararg support is turned off, and there is no work
  111.  * around to turn it on, so we unconditionally turn it off.
  112.  */
  113. #if __GNUC__ == 2 && __GNUC_MINOR__ == 95
  114. #  undef G_HAVE_ISO_VARARGS
  115. #endif
  116.  
  117. #define G_HAVE_GNUC_VARARGS 1
  118. #define G_HAVE_GROWING_STACK 0
  119.  
  120. #define G_HAVE_GNUC_VISIBILITY 1
  121. #define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
  122.  
  123. #define G_THREADS_ENABLED
  124. #define G_THREADS_IMPL_POSIX
  125. typedef struct _GStaticMutex GStaticMutex;
  126. struct _GStaticMutex
  127. {
  128.   struct _GMutex *runtime_mutex;
  129.   union {
  130.     char   pad[24];
  131.     double dummy_double;
  132.     void  *dummy_pointer;
  133.     long   dummy_long;
  134.   } static_mutex;
  135. };
  136. #define    G_STATIC_MUTEX_INIT    { NULL, { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} } }
  137. #define    g_static_mutex_get_mutex(mutex) \
  138.   (g_thread_use_default_impl ? ((GMutex*) &((mutex)->static_mutex)) : \
  139.    g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
  140. /* This represents a system thread as used by the implementation. An
  141.  * alien implementaion, as loaded by g_thread_init can only count on
  142.  * "sizeof (gpointer)" bytes to store their info. We however need more
  143.  * for some of our native implementations. */
  144. typedef union _GSystemThread GSystemThread;
  145. union _GSystemThread
  146. {
  147.   char   data[4];
  148.   double dummy_double;
  149.   void  *dummy_pointer;
  150.   long   dummy_long;
  151. };
  152.  
  153. #define GINT16_TO_LE(val)    ((gint16) (val))
  154. #define GUINT16_TO_LE(val)    ((guint16) (val))
  155. #define GINT16_TO_BE(val)    ((gint16) GUINT16_SWAP_LE_BE (val))
  156. #define GUINT16_TO_BE(val)    (GUINT16_SWAP_LE_BE (val))
  157. #define GINT32_TO_LE(val)    ((gint32) (val))
  158. #define GUINT32_TO_LE(val)    ((guint32) (val))
  159. #define GINT32_TO_BE(val)    ((gint32) GUINT32_SWAP_LE_BE (val))
  160. #define GUINT32_TO_BE(val)    (GUINT32_SWAP_LE_BE (val))
  161. #define GINT64_TO_LE(val)    ((gint64) (val))
  162. #define GUINT64_TO_LE(val)    ((guint64) (val))
  163. #define GINT64_TO_BE(val)    ((gint64) GUINT64_SWAP_LE_BE (val))
  164. #define GUINT64_TO_BE(val)    (GUINT64_SWAP_LE_BE (val))
  165. #define GLONG_TO_LE(val)    ((glong) GINT32_TO_LE (val))
  166. #define GULONG_TO_LE(val)    ((gulong) GUINT32_TO_LE (val))
  167. #define GLONG_TO_BE(val)    ((glong) GINT32_TO_BE (val))
  168. #define GULONG_TO_BE(val)    ((gulong) GUINT32_TO_BE (val))
  169. #define GINT_TO_LE(val)        ((gint) GINT32_TO_LE (val))
  170. #define GUINT_TO_LE(val)    ((guint) GUINT32_TO_LE (val))
  171. #define GINT_TO_BE(val)        ((gint) GINT32_TO_BE (val))
  172. #define GUINT_TO_BE(val)    ((guint) GUINT32_TO_BE (val))
  173. #define G_BYTE_ORDER G_LITTLE_ENDIAN
  174.  
  175. #define GLIB_SYSDEF_POLLIN =1
  176. #define GLIB_SYSDEF_POLLOUT =4
  177. #define GLIB_SYSDEF_POLLPRI =2
  178. #define GLIB_SYSDEF_POLLHUP =16
  179. #define GLIB_SYSDEF_POLLERR =8
  180. #define GLIB_SYSDEF_POLLNVAL =32
  181.  
  182. #define G_MODULE_SUFFIX "so"
  183.  
  184. typedef int GPid;
  185.  
  186. G_END_DECLS
  187.  
  188. #endif /* GLIBCONFIG_H */
  189.